home *** CD-ROM | disk | FTP | other *** search
- ; PropertiesPlus Install by kish
-
- [version]
- signature="$CHICAGO$"
- SetupClass=BASE
-
- [DefaultInstall]
- DelFiles=ThisDll.sys.delete
- CopyFiles=ThisDll.sys.install
- AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
-
- [ThisDll.Add.Reg]
- HKCR,CLSID\%GUID%,,,"%NAME%"
- HKCR,CLSID\%GUID%\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
- HKCR,CLSID\%GUID%\InProcServer32,ThreadingModel,,"Apartment"
- HKCR,*\ShellEx\ContextMenuHandlers\%NAME%,,,%GUID%
- HKCR,folder\ShellEx\ContextMenuHandlers\%NAME%,,,%GUID%
-
- [ThisDll.Uninst.Reg]
- HKLM,%UIF%,DisplayName,,"%Uninst_DESC%"
- HKLM,%UIF%,UninstallString,,"%11%\%SubDir%\ppsetup.exe /uninstall"
-
- [ThisDll.sys.install]
- ppsetup.exe
- ppshlext.exe
- ppshlext.dll
- ppshlext.txt
-
- [ThisDll.sys.delete]
- ppshlxun.exe
-
- [DestinationDirs]
- ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
- ThisDll.sys.delete =11,%SubDir% ; to System\%SubDir%
-
- [SourceDisksNames]
- 55="PropertiesPlus","",1
-
- [SourceDisksFiles]
- %ThisDll%=55
-
- [Strings]
- SubDir = "ShellExt"
- NAME="PropertiesPlus"
- ThisDll = "ppshlext.dll"
- UIF="Software\Microsoft\Windows\CurrentVersion\Uninstall\PropertiesPlus"
- GUID="{0b95b7e0-c8b9-11cf-8f59-444553540000}"
- Uninst_DESC = "PropertiesPlus (Remove Only)"
-
-